testing.M.examples (field)

5 uses

	testing (current package)
		testing.go#L1606: 	examples    []InternalExample
		testing.go#L1649: 		examples:    examples,
		testing.go#L1684: 		listTests(m.deps.MatchString, m.tests, m.benchmarks, m.fuzzTargets, m.examples)
		testing.go#L1718: 		haveExamples = len(m.examples) > 0
		testing.go#L1721: 		exampleRan, exampleOk := runExamples(m.deps.MatchString, m.examples)